covariant derivation - translation to russian
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

covariant derivation - translation to russian

Covariant return; Covariant type return

covariant derivation      

математика

ковариантное дифференцирование

covariant derivative         
SPECIFICATION OF DERIVATIVES ALONG TANGENT VECTORS OF A MANIFOLD
Tensor derivative; Covariant differentiation; Semicolon derivative; Absolute differentiation; Comma derivative; Contravariant derivative; Comma Derivative; Covariant differential; Absolute derivative; Intrinsic derivative

физика

удлинённая производная

ковариантная производная

antiderivation         
FUNCTION ON AN ALGEBRA WHICH GENERALIZES CERTAIN FEATURES OF DERIVATIVE OPERATOR
Antiderivation; Derivation (algebra); Superderivation; Anti-derivation; Homogeneous derivation; Derivation (abstract algebra); Derivation of an algebra

математика

антидифференцирование

Definition

ДЕРИВАЦИЯ
1. боковое отклонение снарядов и пуль при полете.
2. То же, что словопроизводство.
3. отвод воды от русла реки по каналу.

Wikipedia

Covariant return type

In object-oriented programming, a covariant return type of a method is one that can be replaced by a "narrower" type when the method is overridden in a subclass. A notable language in which this is a fairly common paradigm is C++.

C# supports return type covariance as of version 9.0. Covariant return types have been (partially) allowed in the Java language since the release of JDK5.0, so the following example wouldn't compile on a previous release:

More specifically, covariant (wide to narrower) or contravariant (narrow to wider) return type refers to a situation where the return type of the overriding method is changed to a type related to (but different from) the return type of the original overridden method. The relationship between the two covariant return types is usually one which allows substitution of the one type with the other, following the Liskov substitution principle. This usually implies that the return types of the overriding methods will be subtypes of the return type of the overridden method. The above example specifically illustrates such a case. If substitution is not allowed, the return type is invariant and causes a compile error.

Another example of covariance with the help of built in Object and String class of Java:

What is the Russian for covariant derivation? Translation of &#39covariant derivation&#39 to Russian